To integrate the Quaqua Look and Feel in an application, you need to do the following:
quaqua.jar in
the class path.quaqua-filechooser-only.jar, quaqua-colorchooser-only.jar or
the quaqua-menu-only.jar./System/Library/Java in
the class path.libquaqua.jnilib in
the library path.libquaqua.jnilib is needed by the JFileChooser and by JSheet.
If you need either of them, you can omit this step.main method according the
following code snippet:
|
The Quaqua Look and Feel can be customized using System properties, UIManager properties and Client properties.